SipClientRefer Method (String, String, String, String) |
Transfers call to resource specified with the referTo parameter.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic RequestResponse Refer(
string from,
string to,
string contact,
string referTo
)
Public Function Refer (
from As String,
to As String,
contact As String,
referTo As String
) As RequestResponse
Parameters
- from
- Type: SystemString
A string contains address and display name of the sender of the request. - to
- Type: SystemString
A string contains address of the recipient. - contact
- Type: SystemString
A string contains user's contact address. Usually the address contains user's IP address and port. - referTo
- Type: SystemString
A string contains address of the user to refer to.
Return Value
Type:
RequestResponseA
RequestResponse containing sent
Request and received appropriate
Response.
See Also